home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The American Nation
/
Resource Pro - The American Nation.iso
/
pc
/
data1.cab
/
Database_Files
/
ResourcePro.exe
/
launchpd.dxr
/
00028_GT Launch.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-11-28
|
292 b
|
15 lines
on exitFrame
global gLaunchPad
set gLaunchPad to "yes"
if the platform contains "Windows" then
set err to OpenDIR("Tour\main.dxr", "CD")
else
set err to OpenDIR("Tour:main.dxr", "CD")
end if
if err <> "none" then
macMenuOn()
alert(err)
go("main")
end if
end